projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d32c1
)
(find-dired-sentinel): Precede exit message by
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Dec 2001 02:12:13 +0000
(
02:12
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Dec 2001 02:12:13 +0000
(
02:12
+0000)
two spaces, to match the regexp in dired-between-files.
lisp/find-dired.el
patch
|
blob
|
history
diff --git
a/lisp/find-dired.el
b/lisp/find-dired.el
index a58d510f20ce045745aee7c16efcd6c26350d449..f8575fd5835ff1e580ed6b9bcc26b6a87044336c 100644
(file)
--- a/
lisp/find-dired.el
+++ b/
lisp/find-dired.el
@@
-232,7
+232,7
@@
Thus ARG can also contain additional grep options."
(let ((buffer-read-only nil))
(save-excursion
(goto-char (point-max))
- (insert "\nfind " state)
+ (insert "\n
find " state)
(forward-char -1) ;Back up before \n at end of STATE.
(insert " at " (substring (current-time-string) 0 19))
(forward-char 1)